Get Emergency Locations
Get Emergency Locations retrieves a list of emergency locations for a specific customer. The request retrieves the list in a CSV file. See also Change Emergency Location.
URI
{{baseUrl}}/api/v3/customer/{customerGuid}/emergencylocation
HTTP Method
GET
Request Parameter
|
Parameter |
Type |
Description |
|---|---|---|
|
customerGuid * |
string($uuid) (path) |
UMP GUI ID (ID generated by UMP-365 after the license has been applied to the customer lead (seeCreate OC Essential Service from Lead with Tenant Id). |
Response
| ■ | 200 Success |
| ■ | 404 Not found |
|
Parameter |
Type |
Description/Examples |
|---|---|---|
|
errors |
string |
Text description of the error. |
|
type |
string |
"https://tools.ietf.org/html/rfc7231#section-6.5.1" |
|
title |
string |
Email title. For example "One or more validation errors occurred." |
|
status |
error code |
HTML error code i.e. 400 |
|
detail |
string |
Additional error details. |
|
traceId |
string |
Error trace Id. |
|
instance |
string |
Error instance. |
|
errorTicket |
string |
This field may not appear for all return codes. |
|
errorCode |
string |
This field may not appear for all return codes. |
|
additionalProp1 |
string |
Custom Script variable argument. For example "CacProfile": "5 sessions" |
|
additionalProp2 |
string |
Custom Script argument. For example, ProxySet": "SIPTrunk", |
|
additionalProp3 |
string |
Custom Script argument. For example, "OnlinePstnGateway": "sandbox1.audiocodes.be" |
| ■ | 500 Server Error |